-- card: 79976 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 4507 -- name: -- part contents for background part 2 ----- text ----- Global -- part contents for background part 1 ----- text ----- global Variables used within a message handler are normally local to that handler, and go away when the message has been handled. This command defines a variable whose value is carried until you open another application or quit HyperCard. Each script that uses the global must redeclare it within its script before using it. on startUp global userName --get the current value put "Willy" into userName --change it end startUp -- part contents for background part 44 ----- text ----- Form What it does Examples -- part contents for background part 43 ----- text ----- 337,122